home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 82 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  27 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.kei.com!wang!news
  3. From: guy@arshaviv.technion.ac.il (Guy Shaviv)
  4. Subject: Looking for a simple matrix class
  5. Organization: Technion, Israel Institute of Technology
  6. Date: Mon, 1 Jan 1996 19:03:25 GMT
  7. Message-ID: <Pine.SGI.3.90.960101105238.9981A-100000@herod.technion.ac.il>
  8. Sender: news@wang.com
  9.  
  10. I'm looking for a _simple_ matrix class which can handle the basic math 
  11. operators +,-,* and maybe a few other stuff. I need it to compile on an 
  12. SGI (ATT C++). I tried a few of the matrix classes around (all of which 
  13. are much more sofisticated then I need). newmat and LinAlg failed to 
  14. compile on the SGI. matclass (from netlib) compiled well, and is a very 
  15. complete package, however after stumbling on a bug too many in the package 
  16. I'm forced to leave it. The whole point is using a ready made package is 
  17. not having to worry about its bugs and spending time debugging it...
  18.  
  19. Help!, thanks.
  20.  
  21. --
  22. Guy                                                      \\\\|////
  23.                                                          ( O   O )
  24.                                                     ---oOOo--U--oOOo---
  25.  
  26.  
  27.